08. JWT - Validation

JWT - Validation

Validating JWT Authenticity

ND004 C03 L02 A08.2 Parts Of JWT 1

If the signature strings match, we can trust that the data within the JWT is authentic.

Payload Security

True or False: The signature is used to help encrypt a JWT so it cannot be read without a key

SOLUTION: False

Additional Resources: